home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_743 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2002-11-01  |  207b  |  12 lines

  1. on(rollOver){
  2.    if(_root.gstate == 2)
  3.    {
  4.       _root.g2.gotoAndStop(2);
  5.       if(_root._currentframe == 3)
  6.       {
  7.          stopAllSounds();
  8.          _root.sound_m_save.start();
  9.       }
  10.    }
  11. }
  12.